Server Watch Plugin SDK | Date: 6 Feb 2004 Release: 1.0 |
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | SWSUCCEESS(Status) ((int)(Status) > 0) |
#define | SWFAILED(Status) ((int)(Status) <= 0) |
#define | MESSAGE_DBG(ErrorString, ErrorCaption) ((void)0) |
Enumerations | |
enum | SWRESULT { SW_FAIL = 0, SW_OK = 1, SW_CANCEL = 2, SW_NOTIMPL = -1, SW_INVALIDARG = -2, SW_OUTOFBOUNDS = -2, SW_MEMORYERR = -3, SW_INCORRECTSTATE = -4, SW_PLUGINERROR = -5, SW_NOSERVER = -6, SW_NOTINITIALIZED = -7, SW_INCOMPLETEDATA = -8 } |
|
|
|
|
|
|
|
|
Copyright (c) 2003-2004, Deep Fried Software. All rights reserved. |